home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00181_Mixer- Go Help.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  561 b   |  25 lines

  1. on mouseUp
  2.   if the mouseV > 15 then
  3.     if the mouseV < 42 then
  4.       if the mouseH > 564 then
  5.         if the mouseH < 604 then
  6.           set WhereFrom to the frameLabel
  7.           puppetSprite(2, 0)
  8.           puppetSprite(24, 0)
  9.           puppetSprite(47, 0)
  10.           puppetSprite(48, 0)
  11.           if WhereFrom = "BB1" then
  12.             go("Help 1")
  13.           else
  14.             if WhereFrom = "BB2" then
  15.               go("Help 2")
  16.             else
  17.               go("Help")
  18.             end if
  19.           end if
  20.         end if
  21.       end if
  22.     end if
  23.   end if
  24. end
  25.